Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer ipv4 in client connections #209

Merged
merged 1 commit into from
Feb 14, 2017
Merged

Prefer ipv4 in client connections #209

merged 1 commit into from
Feb 14, 2017

Conversation

merlimat
Copy link
Contributor

Motivation

In same cases when an IPv6 address is misconfigured, it takes a long time to connect to a broker, zk, or bookie, because Java always tries the IPv6 address first.

Modifications

We should use the preferIPv4Stack=true flag in the JVM to prevent it.

@merlimat merlimat added this to the 1.17 milestone Feb 13, 2017
@merlimat merlimat self-assigned this Feb 13, 2017
Copy link
Contributor

@rdhabalia rdhabalia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@merlimat merlimat merged commit ccde908 into apache:master Feb 14, 2017
sijie pushed a commit to sijie/pulsar that referenced this pull request Mar 4, 2018
hrsakai pushed a commit to hrsakai/pulsar that referenced this pull request Dec 10, 2020
* Fixed batching flag logic

* Fixed naming
hangc0276 pushed a commit to hangc0276/pulsar that referenced this pull request May 26, 2021
The current KoP docs has a strong dependency on StreamNative website, the docs in KoP repo is outdated. This PR removes the dependency and port the docs on the website to the repository.

- Change configuration and security docs from StreamNative website to `docs/` directory
- Update some docs after multi-tenancy was supported
- Remove the outdated `DEVELOP.md` and `kafka-impl/README.md`, because they are outdated and the content is fully covered by other docs, `kafka-impl/README.md` is preserved only for maven build

The mapping from website's docs to the repo's docs are:

- https://streamnative.io/docs/latest/connect/kop/overview => some of README.md and docs/implementation.md
- https://streamnative.io/docs/latest/connect/kop/get-started => repeated with README.md
- https://streamnative.io/docs/latest/connect/kop/limitation => the 2 of 3 limitations are outdated now, the rest one is recorded in README.md 
- https://streamnative.io/docs/latest/configure/pulsar-core/kop => docs/configuration.md
- https://streamnative.io/docs/latest/secure/pulsar-core/kop => docs/security.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants